home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / skoed / arexx / clearscmsg.rexx next >
OS/2 REXX Batch file  |  1995-03-09  |  165b  |  12 lines

  1. /* REXX scrip to delete all SCMsg Messages */
  2.  
  3. Options RESULTS
  4.  
  5. if ~show('P', 'SC_SCMSG') then do
  6.    SAY "SCMSG NOT found"
  7.    exit 0
  8. end
  9.  
  10. address "SC_SCMSG"
  11. 'CLEAR'
  12.